home *** CD-ROM | disk | FTP | other *** search
/ US History / US History (Bureau Development Inc.)(1991).ISO / install.bat next >
DOS Batch File  |  1990-09-20  |  2KB  |  40 lines

  1. @echo off
  2. if "%1" == "" goto noparm
  3. cls
  4. echo  
  5. echo      █████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██████ 
  6. echo      █████▐████████████████████████████████████████████████████████▌██████ 
  7. echo      █████▐██████ US History on CD-ROM Installation Procedure██████▌██████ 
  8. echo      █████▐████████████████████████████████████████████████████████▌██████ 
  9. echo      █████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██████ 
  10. echo      █████████████████████████████████████████████████████████████████████ 
  11. echo      █████ It is recommended that you run this procedure if you have █████ 
  12. echo      █████ a hard drive with at least 200K free disk space. ██████████████ 
  13. echo      █████████████████████████████████████████████████████████████████████ 
  14. echo      █████ About to install the search software on your hard drive. ██████ 
  15. echo      █████ Press break to abort or press any key to continue... ██████████ 
  16. echo      █████████████████████████████████████████████████████████████████████ 
  17. echo      █████████████████████████████████████████████████████████████████████ 
  18. echo      █████████████████████████████████████████████████████████████████████ 
  19. pause
  20. @echo on
  21. copy %1\ush.exe \ushexe.exe
  22. md \discpass
  23. copy %1\discpass\helptext \discpass\helptext
  24. @echo \ushexe.exe -d%1 > \ush.bat
  25. @echo off
  26. echo      █████████████████████████████████████████████████████████████████████ 
  27. echo      █████ Installation complete.  ███████████████████████████████████████ 
  28. echo      █████ Type USH to run US History on CD-ROM. █████████████████████████ 
  29. echo      █████████████████████████████████████████████████████████████████████ 
  30. goto end
  31. :noparm
  32. echo To install US History on CD-ROM, log onto your hard drive and type:
  33. echo  
  34. echo     d:install d:
  35. echo  
  36. echo where d: is your CD-ROM drive.
  37. goto end
  38. :end
  39. exit
  40.